func runtime.racereadrangepc
8 uses
runtime (current package)
mbarrier.go#L293: racereadrangepc(srcPtr, uintptr(n)*typ.Size_, callerpc, pc)
race0.go#L28: func racereadrangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr) { throw("race") }
slice.go#L79: racereadrangepc(from, copymem, callerpc, pc)
slice.go#L182: racereadrangepc(oldPtr, uintptr(oldLen*int(et.Size_)), callerpc, abi.FuncPCABIInternal(growslice))
slice.go#L410: racereadrangepc(fromPtr, size, callerpc, pc)
string.go#L147: racereadrangepc(unsafe.Pointer(ptr),
string.go#L210: racereadrangepc(unsafe.Pointer(ptr),
string.go#L262: racereadrangepc(unsafe.Pointer(&a[0]),
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |